home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / ftn / atan.z / atan
Encoding:
Text File  |  1998-10-30  |  3.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4. AAAATTTTAAAANNNN((((3333FFFF))))                                                              AAAATTTTAAAANNNN((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      atan, datan, qatan, atand, datand, qatand - FORTRAN arctangent intrinsic
  10.      function
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      rrrreeeeaaaallll rrrr1111,,,, rrrr2222
  14.      ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn ddddpppp1111,,,, ddddpppp2222
  15.      rrrreeeeaaaallll****4444 rrrr3333,,,, rrrr4444
  16.      rrrreeeeaaaallll****8888 ddddpppp3333,,,, ddddpppp4444
  17.      rrrreeeeaaaallll****11116666 qqqqpppp1111,,,, qqqqpppp2222,,,, qqqqpppp3333,,,, qqqqpppp4444
  18.  
  19.      rrrr2222 ==== aaaattttaaaannnn((((rrrr1111))))
  20.  
  21.      ddddpppp2222 ==== ddddaaaattttaaaannnn((((ddddpppp1111))))
  22.      ddddpppp2222 ==== aaaattttaaaannnn((((ddddpppp1111))))
  23.  
  24.      qqqqpppp2222 ==== qqqqaaaattttaaaannnn((((qqqqpppp1111))))
  25.      qqqqpppp2222 ==== aaaattttaaaannnn((((qqqqpppp1111))))
  26.  
  27.      rrrr4444 ==== aaaattttaaaannnndddd((((rrrr3333))))
  28.  
  29.      ddddpppp4444 ==== ddddaaaattttaaaannnndddd((((ddddpppp3333))))
  30.      ddddpppp4444 ==== aaaattttaaaannnndddd((((ddddpppp3333))))
  31.  
  32.      qqqqpppp4444 ==== qqqqaaaattttaaaannnndddd((((qqqqpppp3333))))
  33.      qqqqpppp4444 ==== qqqqaaaattttaaaannnndddd((((qqqqpppp3333))))
  34.  
  35. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  36.      _a_t_a_n returns the real arctangent of its real argument.  _d_a_t_a_n returns the
  37.      double-precision arctangent of its double-precision argument.  _q_a_t_a_n
  38.      returns the real*16 arctangent of its real*16 argument.  The generic form
  39.      _a_t_a_n may be used with a double-precision argument returning a double-
  40.      precision value, or a real*16 argument returning a real*16 value.  The
  41.      result of _a_t_a_n, _d_a_t_a_n, and _q_a_t_a_n is in radians and is in the range -Pi/2
  42.      <  _r_e_s_u_l_t < Pi/2.
  43.  
  44.      _a_t_a_n_d returns the real*4 arctangent of its real*4 argument.  _d_a_t_a_n_d
  45.      returns the real*8 arctangent of its real*8 argument.  _q_a_t_a_n_d returns the
  46.      real*16 arctangent of its real*16 argument.  The generic form _a_t_a_n_d may
  47.      be used with a real*8 argument returning a real*8 value, or a real*16
  48.      argument returning a real*16 value.  The result of _a_t_a_n_d, _d_a_t_a_n_d, and
  49.      _q_a_t_a_n_d is in degrees and is in the range -90 <  _r_e_s_u_l_t < 90.
  50.  
  51. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  52.      trig(3M).
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.